[INFO] fetching crate crystallographic-group 0.3.1...
[INFO] testing crystallographic-group-0.3.1 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate crystallographic-group 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate crystallographic-group 0.3.1
[INFO] finished tweaking crates.io crate crystallographic-group 0.3.1
[INFO] tweaked toml for crates.io crate crystallographic-group 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate crystallographic-group 0.3.1 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate crystallographic-group 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simba v0.9.0
[INFO] [stderr]   Downloaded wide v0.7.32
[INFO] [stderr]   Downloaded matrixmultiply v0.3.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4
[INFO] running `Command { std: "docker" "start" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling crystallographic-group v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hall_symbols/matrix_symbol/matrices/mod.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError> {
[INFO] [stdout]    |                         ^^^^^                         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:168:39
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                                       ^^^^^                          ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 268 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 298 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.39s
[INFO] running `Command { std: "docker" "inspect" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hall_symbols/matrix_symbol/matrices/mod.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError> {
[INFO] [stdout]    |                         ^^^^^                         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:168:39
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                                       ^^^^^                          ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 268 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 298 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling crystallographic-group v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hall_symbols/matrix_symbol/matrices/mod.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError> {
[INFO] [stdout]    |                         ^^^^^                         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:168:39
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                                       ^^^^^                          ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 268 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 298 |         mut rot_mat: Matrix4<i32>,
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.67s
[INFO] running `Command { std: "docker" "inspect" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]   --> src/hall_symbols/matrix_symbol/matrices/mod.rs:29:25
[INFO] [stdout] running 16 tests
[INFO] [stderr]    |
[INFO] [stdout] test hall_symbols::matrix_symbol::matrices::test::test_eigen ... ok
[INFO] [stderr] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError> {
[INFO] [stdout] test hall_symbols::origin_shift::parser::test::test_origin_shift_parsing ... ok
[INFO] [stderr]    |                         ^^^^^                         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test hall_symbols::matrix_symbol::test::matrix_symbol_build ... ok
[INFO] [stderr]    |                         |
[INFO] [stdout] test hall_symbols::matrix_symbol::matrices::test::test_sm_eq ... ok
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stdout] test hall_symbols::origin_shift::test::origin_shift_test ... ok
[INFO] [stderr]    |
[INFO] [stdout] test hall_symbols::test::test_150 ... ok
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test hall_symbols::test::test_p5 ... ok
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test hall_symbols::test::test_p178 ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test hall_symbols::test::test_45 ... ok
[INFO] [stderr]    |
[INFO] [stdout] test hall_symbols::test::test_80 ... ok
[INFO] [stderr] 29 |     pub fn seitz_matrix(&self) -> Result<SeitzMatrix, MatrixSymbolError<'_>> {
[INFO] [stdout] test hall_symbols::test::test_91 ... ok
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:168:39
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stderr]     |                                       ^^^^^                          ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |
[INFO] [stderr]     |                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub(crate) fn get_rotation_matrix(&self) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stderr]     |                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:267:9
[INFO] [stderr]     |
[INFO] [stderr] 267 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 268 |         mut rot_mat: Matrix4<i32>,
[INFO] [stderr] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 269 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hall_symbols/matrix_symbol/matrices/rotation_matrices.rs:297:9
[INFO] [stderr]     |
[INFO] [stderr] 297 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 298 |         mut rot_mat: Matrix4<i32>,
[INFO] [stderr] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError> {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 299 |     ) -> Result<Matrix4<i32>, MatrixSymbolError<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `crystallographic-group` (lib) generated 4 warnings (run `cargo fix --lib -p crystallographic-group` to apply 4 suggestions)
[INFO] [stderr] warning: `crystallographic-group` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crystallographic_group-52d0c5c2bd1dbecd)
[INFO] [stdout] test hall_symbols::test::test_all ... FAILED
[INFO] [stdout] test hall_symbols::matrix_symbol::parser::test::parse_single_matrix_symbol ... ok
[INFO] [stdout] test hall_symbols::test::test_229 ... ok
[INFO] [stdout] test hall_symbols::test::test_228 ... ok
[INFO] [stdout] test hall_symbols::test::test_221 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hall_symbols::test::test_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'hall_symbols::test::test_all' (521) panicked at src/hall_symbols/mod.rs:337:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ee5af0b378 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ee5af0b378 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ee5af0b378 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ee5af0b378 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ee5af20e0a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ee5af20e0a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x58ee5af0ff32 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x58ee5af0ff32 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x58ee5aee9e76 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ee5aee9e76 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ee5af03409 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ee5ae2252c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x58ee5ae2252c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ee5af035c2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x58ee5af035c2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58ee5aee9f32 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58ee5aedefb9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ee5aeeac4d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58ee5af2159c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ee5af21312 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x58ee5ad99953 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::string::String, std[929523f510218772]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x58ee5ad99953 - crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hall_symbols/mod.rs:337:22
[INFO] [stdout]   22:     0x58ee5addb53c - core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call::<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/traits/iterator.rs:884:29
[INFO] [stdout]   23:     0x58ee5ade8de3 - <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<_> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::enumerate::<std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/adapters/enumerate.rs:140:27
[INFO] [stdout]   24:     0x58ee5ada4b08 - core[28b146924c2f19c6]::iter::adapters::map::map_fold::<&&str, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}, <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<_> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::enumerate<std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/adapters/map.rs:88:21
[INFO] [stdout]   25:     0x58ee5adecabf - <indicatif[23debd425c8fe6da]::iter::ProgressBarIter<core[28b146924c2f19c6]::slice::iter::Iter<&str>> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::<(), core[28b146924c2f19c6]::iter::adapters::map::map_fold<&&str, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}, <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<_> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::enumerate<std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/traits/iterator.rs:2671:21
[INFO] [stdout]   26:     0x58ee5ada1f2f - <core[28b146924c2f19c6]::iter::adapters::map::Map<indicatif[23debd425c8fe6da]::iter::ProgressBarIter<core[28b146924c2f19c6]::slice::iter::Iter<&str>>, crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::<(), <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<_> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::enumerate<std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>, (), core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x58ee5ade81b5 - <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<core[28b146924c2f19c6]::iter::adapters::map::Map<indicatif[23debd425c8fe6da]::iter::ProgressBarIter<core[28b146924c2f19c6]::slice::iter::Iter<&str>>, crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}>> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::fold::<(), core[28b146924c2f19c6]::iter::traits::iterator::Iterator::for_each::call<(usize, std[929523f510218772]::collections::hash::set::HashSet<alloc[95e62e727ddf147d]::string::String>), crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/adapters/enumerate.rs:146:19
[INFO] [stdout]   28:     0x58ee5ade839a - <core[28b146924c2f19c6]::iter::adapters::enumerate::Enumerate<core[28b146924c2f19c6]::iter::adapters::map::Map<indicatif[23debd425c8fe6da]::iter::ProgressBarIter<core[28b146924c2f19c6]::slice::iter::Iter<&str>>, crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}>> as core[28b146924c2f19c6]::iter::traits::iterator::Iterator>::for_each::<crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   29:     0x58ee5ad9b9f3 - crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hall_symbols/mod.rs:332:14
[INFO] [stdout]   30:     0x58ee5ad99427 - crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hall_symbols/mod.rs:318:18
[INFO] [stdout]   31:     0x58ee5ae15126 - <crystallographic_group[3a96b4b5b4967368]::hall_symbols::test::test_all::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x58ee5ae1560b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x58ee5ae1560b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   34:     0x58ee5ae22e85 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   35:     0x58ee5ae22e85 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x58ee5ae22e85 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x58ee5ae22e85 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x58ee5ae22e85 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x58ee5ae22e85 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   40:     0x58ee5ae22e85 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   41:     0x58ee5ae1d9e4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   42:     0x58ee5ae1d9e4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43:     0x58ee5ae25f02 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   44:     0x58ee5ae25f02 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x58ee5ae25f02 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x58ee5ae25f02 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x58ee5ae25f02 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x58ee5ae25f02 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   49:     0x58ee5ae25f02 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x58ee5af0a96f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   51:     0x58ee5af0a96f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   52:     0x7091396c8aa4 - <unknown>
[INFO] [stdout]   53:     0x709139755a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hall_symbols::test::test_all
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 15 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4", kill_on_drop: false }`
[INFO] [stdout] bf15998fd25e9afc5b6fad5c11a022daf4209c470422cce206a94b8f404b34e4
